getLog

fun getLog(id: String): ChatLog?

Retrieves a specific chat log based on its ID.

Return

The matching chat log, or null if not found.

Parameters

id

The unique identifier of the chat log.